home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Programy / weatherpulse-setup.exe / {app} / weatherpulse.exe / 0 / RCDATA / TLOADINGFRM / TLOADINGFRM.txt
Text File  |  2005-11-13  |  1KB  |  54 lines

  1. object LoadingFrm: TLoadingFrm
  2.   Left = 460
  3.   Top = 283
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'LoadingFrm'
  6.   ClientHeight = 88
  7.   ClientWidth = 350
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 350
  22.     Height = 88
  23.     Align = alClient
  24.     AutoSize = True
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object LoadLabel: TLabel
  28.       Left = 110
  29.       Top = 20
  30.       Width = 129
  31.       Height = 13
  32.       Alignment = taCenter
  33.       Caption = 'Loading Weather Data'
  34.       Font.Charset = DEFAULT_CHARSET
  35.       Font.Color = clWindowText
  36.       Font.Height = -11
  37.       Font.Name = 'MS Sans Serif'
  38.       Font.Style = [fsBold]
  39.       ParentFont = False
  40.     end
  41.     object AdvProgress1: TAdvProgress
  42.       Left = 24
  43.       Top = 46
  44.       Width = 305
  45.       Height = 17
  46.       Min = 0
  47.       Max = 100
  48.       TabOrder = 0
  49.       BarColor = clHighlight
  50.       BkColor = clWindow
  51.     end
  52.   end
  53. end
  54.